|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DeviceType in com.epiphan.vga2usb |
Fields in com.epiphan.vga2usb declared as DeviceType | |
static DeviceType |
DeviceType.UNKNOWN
Placeholder for any unknown device type. |
static DeviceType |
DeviceType.VGA2USB
VGA2USB frame grabber. |
static DeviceType |
DeviceType.KVM2USB
Old KVM2USB device (discontinued). |
static DeviceType |
DeviceType.DVI2USB
DVI2USB dual-mode (VGA & DVI) frame grabber. |
static DeviceType |
DeviceType.VGA2USBPro
VGA2USB Pro frame grabber. |
static DeviceType |
DeviceType.VGA2USBLR
VGA2USB LR frame grabber. |
static DeviceType |
DeviceType.DVI2USBSolo
DVI2USB Solo frame grabber. |
static DeviceType |
DeviceType.DVI2USBDuo
DVI2USB Duo frame grabber. |
static DeviceType |
DeviceType.KVM2USBPro
KVM2USB Pro device. |
static DeviceType |
DeviceType.KVM2USBLR
KVM2USB device, revision 2. |
static DeviceType |
DeviceType.VGA2USBHR
VGA2USB HR frame grabber. |
static DeviceType |
DeviceType.VGA2USBLR2
VGA2USB LR frame grabber, revision 2. |
static DeviceType |
DeviceType.VGA2USBHR2
VGA2USB HR frame grabber, revision 2. |
static DeviceType |
DeviceType.VGA2USBPro2
VGA2USB Pro frame grabber, revision 2. |
static DeviceType |
DeviceType.VGA2PCI
VGA2PCIe frame grabber. |
static DeviceType |
DeviceType.DVI2PCI
DVI2PCIe frame grabber. |
static DeviceType |
DeviceType.KVM2USBLR2
KVM2USB device, revision 3. |
Methods in com.epiphan.vga2usb that return DeviceType | |
DeviceType |
Grabber.getDeviceType()
Get the type of this frame grabber. |
static DeviceType |
DeviceType.getDeviceType(int value)
Converts native device type value into a DeviceType object. |
static DeviceType |
DeviceType.getDeviceType(int value,
String name)
Converts native device type value into a DeviceType object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |